This class is very similar to ostream_iterator, except that it works on pointers to types
Public Member functions Summary: | |
constructor | ostream_ptr_iterator(std::ostream& o, const char* s) [Source] |
{builder.cc}::ostream_ptr_iterator<T>& | operator=(const T* value) [Source] |
{builder.cc}::ostream_ptr_iterator<T>& | operator*() [Source] |
{builder.cc}::ostream_ptr_iterator<T>& | operator++() [Source] |
{builder.cc}::ostream_ptr_iterator<T>& | operator++(int) [Source] |
Private Data members Summary: | |
std::ostream* | out [Source] |
const char* | sep [Source] |